home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / (Vol 132) Jun 09 2011.iso / Games / sushi-king.swf / scripts / DefineSprite_310 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  232 b   |  12 lines

  1. this.stop();
  2. FNposition = function()
  3. {
  4.    var _loc3_ = 1;
  5.    while(_loc3_ <= this._currentframe)
  6.    {
  7.       this["m" + _loc3_].gotoAndStop(_parent._parent.number[_loc3_]);
  8.       _loc3_ = _loc3_ + 1;
  9.    }
  10. };
  11. FNposition();
  12.